home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / PRINT.Dxr / 00033_G33.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  128 b   |  10 lines

  1. on mouseDown
  2.   global p
  3.   if p = 1 then
  4.     return 
  5.   else
  6.     set the memberNum of sprite 54 to 83
  7.     set p to 1
  8.   end if
  9. end
  10.